home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Floppyshop 2
/
Floppyshop - 2.zip
/
Floppyshop - 2.iso
/
art&graf.ix
/
art-0039
/
source
/
dcselimg.def
< prev
next >
Wrap
Text File
|
1997-04-16
|
940b
|
25 lines
DEFINITION MODULE DCSelImg;
(*---------------------------------------------------------------------*)
(* Select Rectangular portion of the picture. Update PicImage *)
(* Dialog with selected values. *)
(* *)
(* *)
(* Version 1.00 August 1988 L.G.Miller *)
(*---------------------------------------------------------------------*)
FROM DCGlobal IMPORT PictureImage,
HiResScreen;
PROCEDURE DoMedResSelectImage ( VAR PicImageDetails : PictureImage;
VAR picture : HiResScreen );
PROCEDURE DoHiResSelectImage ( VAR PicImageDetails : PictureImage;
VAR picture : HiResScreen );
END DCSelImg.